home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 17 / Computer Interactive cdrom 17 - gen 99.iso / ZDNETIT / CONTENT / SMTPCEMS.ZIP / GETDOC32._W_ < prev    next >
Encoding:
Text File  |  1998-11-11  |  523 b   |  17 lines

  1. #
  2. # Watcom makefile for GETDOC [Win32]
  3. # Requires SEE32.DLL & SEE32.LIB
  4. #
  5. # To use: "wmake -f getdoc32._w_"
  6. #
  7.  
  8. CCFLAGS = -w4 -zq -otexan -d2 -3s -bt=nt -mf -DWIN32
  9.  
  10. getdoc.exe : getdoc.obj see32.lib 
  11.     wlink d all SYS nt op m op maxe=25 op q op symf @getdoc32.lnk
  12.     
  13. getdoc.obj : getdoc.c
  14.     wcc386 getdoc.c $(CCFLAGS)
  15.  
  16.     
  17.